home *** CD-ROM | disk | FTP | other *** search
/ The 640 MEG Shareware Studio 2 / The 640 Meg Shareware Studio CD-ROM Volume II (Data Express)(1993).ISO / dbase / do1beta.zip / WINDOW.DO < prev   
Text File  |  1991-07-29  |  192b  |  7 lines

  1. /*
  2.     demonstrate the creation of a dObject window
  3.     all further I/O will use this window, until you issue the statement:
  4.         remove(w)
  5. */
  6. w = new(Window,1,31,31," dObject v1.0 ",0,0,24,80);
  7.